home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / kutil14.zip / FSPLIT.TXT < prev    next >
Text File  |  1996-08-25  |  2KB  |  69 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.               Copyright (c) 1994-96 by Rob McDonell, ARK ANGLES
  4.                              All Rights Reserved
  5.  
  6.                            FSPLIT - File Split 1.4
  7.  
  8.  
  9. This utility splits one or more files into any number of parts, as small
  10. as one byte each or as large as the original file.
  11.  
  12.  
  13. USAGE:
  14.  
  15.   FSPLIT [sourcedir]sourcefiles [[targetdir][targetfiles]] [options]
  16.  
  17. where:  sourcedir    is the location of the existing files, or the current
  18.                      directory if blank
  19.  
  20.         sourcefiles  is the file to be split, wildcards are accepted to
  21.                      specify multiple files
  22.  
  23.         targetdir    is the destination location for the split files, or
  24.                      the same directory if blank
  25.  
  26.         targetfiles  is the new file name or names for the first part,
  27.                      wildcards are allowed for partial renaming of multiple
  28.                      files
  29.  
  30.         options      is any of the following:
  31.  
  32.           /P         pause to ask before overwriting any file
  33.           /Y         yes, go ahead and overwrite without asking
  34.           /n         make at least n parts
  35.           /nB        each part n bytes or less
  36.           /nK        each part n kilobytes or less
  37.           /nM        each part n megabytes or less
  38.  
  39.  
  40. EXAMPLES:
  41.  
  42.   FSPLIT BIG.TXT BIG1.TXT /2      will split BIG.TXT into two files
  43.                                   called BIG1.TXT and BIG2.TXT
  44.  
  45.   FSPLIT BIG.TXT BIG1.TXT /3K     if BIG.TXT was 8KB in size, will split
  46.                                   it into three files called BIG1.TXT,
  47.                                   BIG2.TXT and BIG3.TXT, the first two
  48.                                   being 3KB and the third 2KB
  49.  
  50. Run FSPLIT with no parameters or "?" or "/?" to display simple help and
  51. registration information.
  52.  
  53.  
  54. REGISTRATION:
  55.  
  56. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  57. using it after the 60 day trial period you must register, which costs only
  58. A$15 per utility or A$29, US$24, £15, Dm40, ¥2600 for the whole collection.
  59.  
  60. Author:     Rob McDonell
  61.             ARK ANGLES
  62.             P O Box 190 (61 Oaklands Rd)
  63.             Hazelbrook  NSW  2779
  64.             AUSTRALIA
  65. Phone:      Intl+61-47-588100
  66. Fax:        Intl+61-47-588638
  67. Compuserve: 100237,141
  68. Internet:   100237.141@compuserve.com
  69.